Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2021-06-30 | 1 | -1/+0 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2021-06-21 | 1 | -26/+0 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2021-05-25 | 1 | -1/+3 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2021-04-29 | 1 | -3/+9 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2021-03-16 | 1 | -49/+25 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2021-02-18 | 1 | -1/+1 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2021-01-07 | 1 | -2/+2 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-12-24 | 1 | -3/+3 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-10-13 | 1 | -1/+1 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-09-14 | 1 | -1/+1 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-08-20 | 1 | -4/+4 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-08-11 | 1 | -0/+58 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-04-21 | 1 | -3/+3 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-04-21 | 1 | -3/+3 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-02-13 | 1 | -1/+1 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-01-23 | 1 | -3/+17 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2019-11-08 | 1 | -1/+1 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2019-10-02 | 1 | -3/+8 |
| | |||||
* | Make flash notifications sticky | Fatih Acet | 2019-09-03 | 1 | -15/+6 |
| | | | | | This commit also unifies layout structure and remove no_container flag | ||||
* | Prettify remaining files with differences in CE and EE | Mike Greiling | 2018-10-31 | 1 | -2/+6 |
| | |||||
* | Prettify all the things (part 7) | Mike Greiling | 2018-10-24 | 1 | -16/+17 |
| | |||||
* | Limit flash notice width on fixed and fluid layout | George Tsiolis | 2018-10-23 | 1 | -4/+5 |
| | |||||
* | Resolve "Persistent banner creates problem for web ide" | Paul Slaughter | 2018-08-31 | 1 | -0/+1 |
| | |||||
* | WebIDE: Fix Commit bugs | Tim Zallmann | 2018-01-19 | 1 | -0/+4 |
| | |||||
* | Add checkboxes to automatically run AutoDevops pipeline | Eric Eastwood | 2017-11-28 | 1 | -1/+1 |
| | | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/38962 | ||||
* | Fixed server rendered flash not being removed on clickserver-flash-click-remove | Phil Hughes | 2017-10-13 | 1 | -1/+6 |
| | |||||
* | fixed notes specs | Phil Hughes | 2017-10-10 | 1 | -8/+6 |
| | | | | | changed how the container class is added onto the text element more specs | ||||
* | fixed eslint | Phil Hughes | 2017-10-10 | 1 | -8/+8 |
| | |||||
* | flash tests | Phil Hughes | 2017-10-10 | 1 | -11/+34 |
| | | | | added back in documentation comment to flash file | ||||
* | spec fixes | Phil Hughes | 2017-10-10 | 1 | -5/+10 |
| | |||||
* | Flash is now a ES6 module | Phil Hughes | 2017-10-10 | 1 | -61/+58 |
| | | | | | | | | | | | Reduced the technical debt around our JS flash function by making it a module that is imported rather than relying on the global function. The global function still exists mainly for technical debt with how some requests are being completed, but new JS should import the module directly. Also reduces some tech debt in the file by removing the need for jQuery. Instead Flash is now 100% vanilla JS. | ||||
* | Action link role sets to `button` if no HREF is given | kushalpandya | 2017-06-01 | 1 | -2/+8 |
| | |||||
* | Add doc comment | kushalpandya | 2017-06-01 | 1 | -2/+15 |
| | |||||
* | Add support for action links | kushalpandya | 2017-06-01 | 1 | -2/+13 |
| | |||||
* | remove IIFEs in preparation for ES module refactor | Mike Greiling | 2017-03-13 | 1 | -37/+36 |
| | |||||
* | replace implicit this == window with explicit binding | Mike Greiling | 2017-02-17 | 1 | -1/+1 |
| | |||||
* | resolve all padded-blocks eslint violations | Mike Greiling | 2017-01-18 | 1 | -3/+1 |
| | |||||
* | explicitly disable eslint inlineexplicitly-disable-eslint-inline | Luke "Jared" Bennett | 2016-11-15 | 1 | -1/+1 |
| | |||||
* | disable ESLint for all JavaScript files | winniehell | 2016-10-26 | 1 | -0/+1 |
| | |||||
* | ES6ify all the things! | Fatih Acet | 2016-07-24 | 1 | -0/+43 |