2825 Commits

Author SHA1 Message Date
Steve
9d2d5c66de Add some help to job definition 2019-12-11 15:58:48 +08:00
Steve
3a37f7baf4 Minor css fix 2019-12-11 15:02:49 +08:00
Steve
43897aad81 Add system user and refactor various component display user information 2019-12-11 12:33:27 +08:00
Steve
c264f8214f Simplify action context population and detection 2019-12-10 20:06:06 +08:00
Steve
2552ea12b2 Fix issue that upper case in path filter of revision diff does not work 2019-12-08 17:21:01 +08:00
Robin Shen
afcea07482 Refactor commit info collecting to make it more performant and accuracy 2019-12-08 17:12:26 +08:00
robin shen
cf2a9a9bee Fix the issue that updating existing code comment throws exception 2019-12-05 22:47:55 +08:00
robin shen
526cbd314b Fix issue boards problem
Moving issues between different columns does not work
2019-12-05 22:35:35 +08:00
Robin Shen
c6b3b68bfa Continue to refactor various queries 2019-12-05 16:16:34 +08:00
Robin Shen
d850cf14d0 Add project criteria to issue/pullrequest/build global query 2019-12-03 22:24:16 +08:00
Robin Shen
44c275c289 Improve input suggestion further more 2019-12-03 21:01:05 +08:00
Robin Shen
7ba002f5a9 Simplify BuildManager.getBuildVersions 2019-12-03 16:33:22 +08:00
Robin Shen
11c79828f5 Some minor improvements 2019-12-03 16:04:34 +08:00
Robin Shen
ed49893a99 Prompt to delete build if associated commit does not exist 2019-12-03 15:33:04 +08:00
Robin Shen
4ea0b8bef5 Fix the issue that RefUpdated event does not specify date 2019-12-03 14:44:51 +08:00
Robin Shen
e0d3d57687 Add migration logic for project update date 2019-12-03 11:32:59 +08:00
Robin Shen
0c64fdc74a Add update date to project 2019-12-03 10:50:33 +08:00
Robin Shen
f49f497825 Remove various entity versions for simplicity 2019-12-03 10:10:17 +08:00
Robin Shen
efecf77571 Fix various query issues 2019-12-03 08:53:46 +08:00
Robin Shen
c1a84bd41c Fix query save bug 2019-12-02 16:11:29 +08:00
Robin Shen
cba51ec991 Make default project list order ascending by name 2019-12-02 13:07:25 +08:00
Robin Shen
135709d10a Remove LOB annotation for various text fields
Otherwise these fields will be created as TEXT in PostgreSQL and this
cause the "LOB can not be loaded in auto commit mode" error.

Also the size of these text fields is crafted carefully to avoid
executing MySQL varchar column and table row limit
2019-12-02 11:26:56 +08:00
Robin Shen
267691899d Add manage builds privilege 2019-12-02 08:55:29 +08:00
Robin Shen
e7a13f3d00 Add component ParamValuesLabel to display build parameter values 2019-12-01 22:48:39 +08:00
Robin Shen
decd0ea22e Able to display build params on build list 2019-12-01 22:09:02 +08:00
Robin Shen
20bf0d417b Re-design issue and pull request list to handle long titles 2019-12-01 20:26:59 +08:00
Robin Shen
a5feb8b224 Add npm caches for node job suggestions 2019-12-01 14:38:31 +08:00
Robin Shen
96ee0217f7 Use onedev-build instead of onedev-ci for build directory on k8s 2019-12-01 13:34:18 +08:00
Robin Shen
16f4bf05ae Some minor improvements 2019-12-01 11:02:32 +08:00
Robin Shen
169ff4e929 Add support for postgresql 2019-12-01 09:36:21 +08:00
Robin Shen
ab8cd41e6d Add support for Oracle database 2019-11-30 15:16:08 +08:00
Robin Shen
2b42eede1b Migration logic from 2.x 2019-11-29 23:15:43 +08:00
Robin Shen
698261f2e2 Use build spec instead of ci spec 2019-11-27 22:37:34 +08:00
Robin Shen
c1c69dd801 Add cobol extension .cbl and .pco 2019-11-27 15:17:35 +08:00
Robin Shen
e4ada602c0 Some css tunes 2019-11-27 14:38:29 +08:00
Robin Shen
8322c0fb5e Add name to job executor in order to identify which executor is being
used in a job
2019-11-27 13:55:51 +08:00
Robin Shen
796724cbaa default to use ascending sort if sort direction is not specified in
various query
2019-11-27 12:42:03 +08:00
Robin Shen
d295196043 Remove project vist info data 2019-11-27 12:30:19 +08:00
Robin Shen
7b5d80a22a create issue from global issue list page. The same for pull request 2019-11-27 12:22:42 +08:00
Robin Shen
7192f8939a Show forks of project. Show owned projects upon deleting user. 2019-11-27 09:34:28 +08:00
Robin Shen
6c9dcdf6a4 Project queries and query based project listing 2019-11-26 22:36:29 +08:00
Robin Shen
7a7ce70bfc Add more permissions and fix some permission check bugs 2019-11-26 16:06:43 +08:00
Robin Shen
7c6bdb081e Change url to added file after adding a file to repository 2019-11-26 09:01:29 +08:00
Robin Shen
8f5675fe58 Refactored project info panel 2019-11-25 22:35:12 +08:00
Robin Shen
8eed796ded Fix a minor css issue 2019-11-25 20:57:46 +08:00
Robin Shen
5075b0b241 continue to improve reference input behavior 2019-11-25 20:39:07 +08:00
Robin Shen
329feb42b7 Create issue upon build failure, and close created issue upon build successful.
Also add reference input behavior to make UX easier to use
2019-11-25 16:43:58 +08:00
Robin Shen
54e1ba4a84 Fix some search/match issues 2019-11-22 16:49:06 +08:00
Robin Shen
8b2d72b518 Initialize default roles when creating root user to avoid start up issue 2019-11-22 10:44:56 +08:00
Robin Shen
4a640adc36 Add post build action to create issue.
The build successful trigger of issue transition is also enhanced to be able
to close issues creating in such way
2019-11-22 09:52:07 +08:00