Commit Graph

380 Commits

Author SHA1 Message Date
Nikhil Nandagopal
2386e43592 Updated Label Config 2021-09-27 18:51:34 +05:30
Nikhil Nandagopal
e4a56f6cbb Updated Label Config 2021-09-27 18:43:40 +05:30
Nikhil Nandagopal
d1847c56b5 Updated Label Config 2021-09-27 18:42:35 +05:30
Nikhil Nandagopal
edb004ccf5 Updated Label Config 2021-09-27 18:23:35 +05:30
Nikhil Nandagopal
79b89f0cc4 Updated Label Config 2021-09-27 18:20:01 +05:30
Nikhil Nandagopal
151bc5de1e Updated Label Config 2021-09-27 17:19:53 +05:30
Nikhil Nandagopal
923bd5ed3f Updated Label Config 2021-09-27 17:10:14 +05:30
Nikhil Nandagopal
7afe07449d Updated Label Config 2021-09-27 17:09:12 +05:30
Nikhil Nandagopal
ab5ac51338 Updated Label Config 2021-09-27 17:04:09 +05:30
Nikhil Nandagopal
487f2398eb Updated Label Config 2021-09-27 17:02:20 +05:30
Nikhil Nandagopal
2006b14927 Updated Label Config 2021-09-27 17:02:05 +05:30
Nikhil Nandagopal
3c8e20394f
Update config.json 2021-09-27 17:01:31 +05:30
Nikhil Nandagopal
e98c5f0b8d Updated Label Config 2021-09-27 16:59:22 +05:30
Nikhil Nandagopal
3d92faa38a
Update config.json 2021-09-27 16:58:17 +05:30
Nikhil Nandagopal
880b96829c
Update config.json 2021-09-27 16:56:09 +05:30
Nikhil Nandagopal
72c241fa7d Updated Label Config 2021-09-27 15:10:54 +05:30
Nikhil Nandagopal
9a67d47542
Update config.json 2021-09-27 15:07:08 +05:30
Nikhil Nandagopal
f34f40230e
Update config.json 2021-09-27 15:05:52 +05:30
Nikhil Nandagopal
df13b066e8 Updated Label Config 2021-09-27 15:04:27 +05:30
Nikhil Nandagopal
4e570e834c Updated Label Config 2021-09-27 15:04:16 +05:30
Nikhil Nandagopal
a79f102b15 Updated Label Config 2021-09-27 14:59:37 +05:30
Nikhil Nandagopal
62f63c3660 Updated Label Config 2021-09-27 14:58:40 +05:30
Nikhil Nandagopal
eaef123716
Update config-test.json 2021-09-27 14:58:21 +05:30
Nikhil Nandagopal
c5bd67b495 Updated Label Config 2021-09-27 14:52:20 +05:30
Nikhil Nandagopal
8d92d82e92
Update config.json 2021-09-27 13:15:23 +05:30
Nikhil Nandagopal
65867853fe Updated Label Confug 2021-09-27 12:57:00 +05:30
Nikhil Nandagopal
86def75c9a
Update config.json 2021-09-27 12:47:16 +05:30
Shrikant Sharat Kandula
fd45bb44e9
Push latest tag for RTS and fat (#7774) 2021-09-23 21:15:25 +05:30
Shrikant Sharat Kandula
48e2a3d01a
Include RTS' dependencies for Docker image (#7773) 2021-09-23 20:32:22 +05:30
Shrikant Sharat Kandula
afb5bfcd70
ci: The package job needs prelude (#7768) 2021-09-23 19:07:39 +05:30
Arpit Mohan
83900bbbf5
Removing duplicate step in github release workflow (#7764) 2021-09-23 17:57:27 +05:30
Shrikant Sharat Kandula
4f5a0c027a
ci: Remove unneeded checks and services (#7759) 2021-09-23 16:48:45 +05:30
Shrikant Sharat Kandula
0554bfa28d
ci: Build and push fat container in release workflow (#7753)
The GitHub release workflow currently doesn't build the fat container image. This commit adds support for this.
2021-09-23 16:36:50 +05:30
Shrikant Sharat Kandula
73bba02374
Package release even if tests fail (#7746) 2021-09-23 12:11:52 +05:30
Shrikant Sharat Kandula
4a5a604b3b
ci: Use separate artifacts for separate services (#7707)
Currently, all three services' artifact names are set to build. This leads to a single artifact with files from all three services as siblings. This has two problems:

1. If there's an overlap in a filename among the files in build folder of two services, one of them will be overwritten with the other.
2. The same large artifact is downloaded every time we do a download-artifact, once for server, once for client, and once for RTS, the same large artifact is downloaded thrice before building the Docker images.
2021-09-22 17:54:23 +05:30
Shrikant Sharat Kandula
b26fc9965a Fix check for running server 2021-09-21 16:18:38 +05:30
Shrikant Sharat Kandula
04356a8d3b
Fix server image jar paths (#7676) 2021-09-21 15:20:51 +05:30
Shrikant Sharat Kandula
ca30a9cb0b
Fix incorrect tag variable name (#7659) 2021-09-21 13:04:26 +05:30
Shrikant Sharat Kandula
c6c5e4fef3
ci: Add CI workflow for building fat container (#7385)
This commit changes the client test workflow into building the fat container's image, and so builds server and RTS as well, in order to achieve that.
2021-09-21 08:33:22 +05:30
Nikhil Nandagopal
6ad603a40d
Update config.json 2021-09-20 11:56:03 +05:30
Nikhil Nandagopal
b0bee211ff Update issue templates 2021-09-13 16:13:23 +05:30
Arpit Mohan
07caedb7e5
ci: Using appsmith's fork of labeler for minor enhancement & easier config (#7177)
Now we can add multiple title regexes for a PR and the labeler will automatically tag the PR with the appropriate labels. This will be useful when generated the release notes in a categorized fashion.
2021-09-06 22:48:35 +05:30
Arpit Mohan
275c2f2277
fix: Running the PR labeler when a PR is edited (#7168)
This ensures that the labels are correct & synchronized with the latest PR details
2021-09-06 19:10:20 +05:30
Arpit Mohan
178e848744
feat: Adding labels to PR based on their title (#7162) 2021-09-06 18:06:10 +05:30
Arpit Mohan
6638a2065b Create an exclude-label for changelog instead of include-label
Till we have an auto labeler, we should have an exclude list.
2021-09-06 11:49:14 +05:30
Arpit Mohan
fc1083a8d4
ci: Adding release-drafter back (#7072) 2021-09-06 02:41:30 +05:30
yatinappsmith
c0ddcd474a
Added labels for new features (#7058) 2021-09-02 18:08:57 +05:30
Arpit Mohan
94eba4b4b2
chore: Removing redundant toast message in action creation & deletion flow (#6998)
Also minor refactoring to simplify code flow making it easier to understand

Since we squash-merge all PRs, having the title conform to semantic PR guidelines is sufficient. We don't need to check the commits as well.
2021-09-01 03:40:44 +00:00
Hetu Nandu
07888cff2c
ci: Update issue state check only critical issues (#6972) 2021-08-31 09:22:02 +05:30
Rishabh Saxena
1add6c905c
fix: anonymize user info intercom (#6936) 2021-08-30 20:38:07 +05:30